home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / ip / ka9q / alpha.arc / UNIX.H < prev    next >
C/C++ Source or Header  |  1987-12-22  |  240b  |  9 lines

  1. /* Asynch controller control block */
  2. struct asy {
  3.     int speed;        /* Line speed */
  4.     char *tty;
  5. };
  6. extern struct asy asy[];
  7. extern unsigned nasy;        /* Actual number of asynch lines */
  8. #define    ASY_MAX    2        /* Two asynch ports on the PC */
  9.